home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / gfxck122.zip / SAMPLE.CFG < prev    next >
Text File  |  1996-04-16  |  4KB  |  100 lines

  1. ;
  2. ;                 ┌──────────────────────────────────────────┐
  3. ;                 │             G F X C h e c k              │
  4. ;                 │  GIF/JPEG/BMP Graphics Checking Utility  │
  5. ;                 └──────────────────────────────────────────┘
  6. ;
  7. ;
  8. ;                                 Version 1.22
  9. ;                    (c) Copyright 1995-1996 - Stacy Smith
  10. ;
  11. ;
  12. ; ***  Beginning of GFXCheck configuration file  ***
  13. ;
  14. ; The path/filename of the log file for GFXCheck to record its activities,
  15. ; and the mode of logging desired.  Comment out if you don't want disk
  16. ; logging.  Fair warning:  if you want support, don't come to me without
  17. ; a log file... <g>
  18. LOG_FILE         c:\gfxchk\gfxchk.log
  19. LOG_MODE         verbose
  20. ;
  21. ; The errorlevel that GFXCheck is to return to the operating system when
  22. ; exiting if no graphic file(s) were found to be defective.  Valid values
  23. ; are 0 to 255.
  24. GOOD_ERRLEV      0
  25. ;
  26. ; The errorlevel that GFXCheck is to return to the operating system when
  27. ; defective graphic file(s) were found.  Valid values are 0 to 255 and -1.
  28. ; If -1 is specified, the GFXCheck error code of the file is returned to
  29. ; the operating system.
  30. FAIL_ERRLEV      1
  31. ;
  32. ; GFXCheck will fail a non-graphic (GIF or JPEG) file as an unknown format.
  33. ; Setting this parameter to NO will prevent this.  This can be useful for
  34. ; third party utilities that pass an entire directory of various files to
  35. ; file checking programs.
  36. FAIL_UNKNOWN     no
  37. ;
  38. ; This parameter defines how GFXCheck dispositions defective graphic files.
  39. ; Three options are available:  NONE (if GFXCheck is to leave the defective
  40. ; file alone), RENAME (if GFXCheck is the rename the file to .BAD) or
  41. ; DELETE (self-explanatory).
  42. DISPOSITION      rename
  43. ;
  44. ; With this option enabled, GFXCheck will trim any extraneous bytes from
  45. ; the end of the graphic file, saving disk space and easing the job of
  46. ; duplication checking software.
  47. TRIM_EOF         yes
  48. ;
  49. ; The minimum acceptable image resolution GFXCheck is to accept for graphic
  50. ; files in the format "WIDTH x HEIGHT x COLORS".  If an element is set to
  51. ; 0, GFXCheck will not use that particular element in the evaluation.  Setting
  52. ; to 0x0x0 will disable the image resolution check.
  53. GIF_MIN_RES      640 x 480 x 256
  54. JPEG_MIN_RES     640 x 480 x 256
  55. BMP_MIN_RES      0 x 0 x 16
  56. ;
  57. ; If GFXCheck is to accept GIF files that have been compressed with GIFLITE,
  58. ; set this to YES.  Otherwise, set it to NO or comment out the line.
  59. ALLOW_GIFLITE    yes
  60. ;
  61. ; GFXCheck can update BBS directory listings with an information line for
  62. ; good GIF, JPEG and/or BMP files.  The following lines define the format for
  63. ; the informational line using a number of @-macros as defined in the
  64. ; documentation.  The last parameter defines where the inserted text will
  65. ; be placed, as an appended line (NEW_LINE) or on the first line (FIRST_LINE).
  66. GIF_INFO_FMT     [@WID@ x @HGT@ x @SCOL@]
  67. JPEG_INFO_FMT    [@WID@ x @HGT@ x @SCOL@]
  68. BMP_INFO_FMT     [@WID@ x @HGT@ x @SCOL@]
  69. INFO_POS         new_line
  70. ;
  71. ; If GFXCheck is to update BBS directory listings with an information
  72. ; line, the following defines the format for secondary description lines
  73. ; by defining the column for the secondary desc character.  The defaults,
  74. ; 32 and '|', are for PCBoard's default settings.
  75. SEC_DESC_COL     32
  76. SEC_DESC_CHAR    |
  77. ;
  78. ; GFXCheck can extract the current comment from the graphics file and log
  79. ; to a log file if this information is of any interest.  Comment out if
  80. ; no comment logging is desired.  This cannot be the same file defined as
  81. ; the LOG_FILE!
  82. CMT_LOG_FILE     c:\gfxchk\comment.log
  83. ;
  84. ; GFXCheck can strip the current comment from a graphics file.  If you want
  85. ; any old comment stripped, enable the parameter(s) GIF_STRIP_CMT and/or
  86. ; JPEG_STRIP_CMT.
  87. GIF_STRIP_CMT    yes
  88. JPEG_STRIP_CMT   yes
  89. ;
  90. ; GFXCheck is fully capable inserting a new comment into a graphics file;
  91. ; note that in the process of doing so, GFXCheck will strip any previous
  92. ; comment.  The comments are designed as a template using a variety of
  93. ; @-variables and can be individually configured for GIF and JPEG files.
  94. ; If no comments are to be inserted, comment out the parameters.
  95. GIF_CMT_TPL      c:\gfxchk\gif.tpl
  96. JPEG_CMT_TPL     c:\gfxchk\jpeg.tpl
  97. ;
  98. ; ***  End of GFXCheck configuration file  ***
  99. ;
  100.